You must patch bash to protect your Ubuntu 14 server against the Shellshock vulnerability.
- Connect to your server via SSH.
- Run the following command:
sudo apt-get update && sudo apt-get install --only-upgrade bash
- Agree to the updates.
Bash is now properly patched and updated on your server.
Next step